GoXam for WPF v3
GraphLinksModelLinkData<NodeKey,PortKey> Constructor(NodeKey,PortKey,NodeKey,PortKey)
Northwoods.GoXam.Model Namespace > GraphLinksModelLinkData<NodeKey,PortKey> Class > GraphLinksModelLinkData<NodeKey,PortKey> Constructor : GraphLinksModelLinkData<NodeKey,PortKey> Constructor(NodeKey,PortKey,NodeKey,PortKey)
a node key identifying the node data from which the link comes
an optional value identifying which port on the "from" node the link is connected to
a node key identify the node data to which the link goes
an optional value identifying which port on the "to" node the link is connected to
This constructor initializes the From and To properties.
Syntax
public GraphLinksModelLinkData<NodeKey,PortKey>( 
   NodeKey from,
   PortKey fromport,
   NodeKey to,
   PortKey toport
)

Parameters

from
a node key identifying the node data from which the link comes
fromport
an optional value identifying which port on the "from" node the link is connected to
to
a node key identify the node data to which the link goes
toport
an optional value identifying which port on the "to" node the link is connected to
See Also

Reference

GraphLinksModelLinkData<NodeKey,PortKey> Class
GraphLinksModelLinkData<NodeKey,PortKey> Members
Overload List